home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / jun95 / todd13.gif < prev    next >
Graphics Interchange Format  |  1995-11-16  |  6KB  |  516x286  |  4-bit (5 colors)
Labels: text | screenshot | display | number | software | font
OCR: DATE.LSL :: #Library1 :: dateLastDayOfMonthD* method dateLastDayOfMonthD(dateD Date) Date + var d Date endVar ; Compute an arbitrary date in the next month. | = dateD - day (dateD) + 45 ; Return the last day of the month before the ; computed date. return d - day(d) endmethod Edit Line: 9 Col: 45